projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5204a3a
)
(LIBXMU): Don't bother testing CANNOT_DUMP.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 4 May 1998 01:50:46 +0000
(
01:50
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 4 May 1998 01:50:46 +0000
(
01:50
+0000)
src/s/sunos4shr.h
patch
|
blob
|
history
diff --git
a/src/s/sunos4shr.h
b/src/s/sunos4shr.h
index 403492a64bb1aa2404b548176731c556b6d4b907..d6335326bbbcd9741d5210e232348635425b2791 100644
(file)
--- a/
src/s/sunos4shr.h
+++ b/
src/s/sunos4shr.h
@@
-50,14
+50,10
@@
/* With X11R5 it was reported that linking -lXmu dynamically
did not work. With X11R6, it does work; and since normally
only the dynamic libraries are available, we should use them. */
-#ifdef CANNOT_DUMP
-#define LIBXMU -lXmu
-#else
#ifdef __GNUC__
#define LIBXMU -Xlinker -Bstatic -lXmu -Xlinker -Bdynamic
#else
#define LIBXMU -Bstatic -lXmu -Bdynamic
#endif
-#endif /* CANNOT_DUMP */
#endif /* not HAVE_X11R6 */